crypto/tls.halfConn.nextCipher (field)
5 uses
crypto/tls (current package)
conn.go#L174: nextCipher any // next encryption state
conn.go#L202: hc.nextCipher = cipher
conn.go#L209: if hc.nextCipher == nil || hc.version == VersionTLS13 {
conn.go#L212: hc.cipher = hc.nextCipher
conn.go#L214: hc.nextCipher = nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)